Make the settings test fail
authorMatthias Clasen <mclasen@redhat.com>
Sat, 5 Mar 2016 20:48:40 +0000 (15:48 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 5 Mar 2016 20:49:34 +0000 (15:49 -0500)
Small thinko: We only get to see the test artifacts in
continuous if the test fails. So make it fail, temporarily.

testsuite/tools/test-settings.in

index a19b4725ffafca429399864e5b944235829e7bcd..5e32c80e123a1c29f3adfd5db4209c8e38c2645e 100755 (executable)
@@ -10,7 +10,7 @@ echo "1..1"
 name=gtk-query-settings
 result=$TEST_RESULT_DIR/$name.out
 $GTK_QUERY_SETTINGS 2>/dev/null >$result
-if [ $(wc -l $result | cut -f1 -d' ') -eq 82 ]; then
+if [ $(wc -l $result | cut -f1 -d' ') -eq 882 ]; then
   echo "ok 1 $name"
 else
   echo "not ok 1 $name"